From 5f855af62745d6def7f9a47a75fe3b83bf1aa2cb Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Mon, 19 Feb 2007 22:50:07 +0000 Subject: [PATCH] linux: Fix 32-bit build after changeset 13993:168030c8e0a93d8401cf5e783e10ecdf0938abda Signed-off-by: Keir Fraser --- .../include/asm-i386/mach-xen/asm/hypervisor.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h b/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h index 3b5256778c..ffe031b601 100644 --- a/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h +++ b/linux-2.6-xen-sparse/include/asm-i386/mach-xen/asm/hypervisor.h @@ -46,6 +46,13 @@ #include #include #include +#if defined(__i386__) +# ifdef CONFIG_X86_PAE +# include +# else +# include +# endif +#endif extern shared_info_t *HYPERVISOR_shared_info; -- 2.30.2